home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------
- #
- # BUGSBC.MAK - Make file for Bugs using Borland C++ compiler
- #
- # (c) Douglas Boling, 1992
- #
- #-------------------------------------------------------------------------
-
- bugsbc.exe: bugsbc.obj pcscrlib.obj bugsbc.def bugsbc.res
- tlink /Tw c0ws bugsbc pcscrlib, bugsbc.exe,, cws cs import, bugsbc.def
- rc bugsbc.res bugsbc.exe
- copy bugsbc.exe bugs.scr
-
- bugsbc.obj : bugsbc.c bugsbc.h
- BCC -c -ms -WE bugsbc.c
-
- pcscrlib.obj : pcscrlib.c pcscrlib.h
- BCC -c -ms -WE pcscrlib.c
-
- bugsbc.res : bugsbc.rc bugsbc.h
- rc -r bugsbc.rc
-
-
-